home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 015a / fsort10.zip / README.DOC < prev   
Text File  |  1993-04-16  |  14KB  |  456 lines

  1.  
  2.  
  3.                               Shareware Information
  4.                                    Mike Albert
  5.                                     April 1993
  6.  
  7.      1  Introduction
  8.  
  9.         This file describes the shareware programs I currently publish, how
  10.         to contact me, and how to get current copies of the programs.
  11.  
  12.         The programs currently available are:
  13.  
  14.            Program    Ver.    Function
  15.            -------    ----    --------
  16.  
  17.            CIPHER     1.5     Encrypt/decrypt files
  18.  
  19.            FC         2.7     Compare ASCII files
  20.  
  21.            FCDOC      2.4     Compare English documents
  22.  
  23.            FCBIN      1.2     Compare files byte by byte
  24.  
  25.            ZEROFREE   1.0     Clear disk free space so unerase utilities
  26.                               can't recover your data
  27.  
  28.            ZIPFIND    1.2     Search ARC and ZIP files for text strings
  29.  
  30.            FSORT      1.0     Sort ASCII files
  31.  
  32.            D          1.1     Manage files, directories, and archives
  33.  
  34.            ASCIIZE    1.2     Convert binary files to/from ASCII
  35.  
  36.            SQUISH     1.0     Compress/decompress files
  37.  
  38.  
  39.  
  40.      2  Program descriptions:
  41.  
  42.         Program: Cipher
  43.  
  44.         Version: 1.5
  45.  
  46.         Files:   CIPHER.COM     Program
  47.                  CIPHER.DOC     Documentation
  48.  
  49.         Purpose:
  50.  
  51.            Cipher scrambles files so that no one can use them - unless they
  52.            have the correct key.  Cipher is designed to protect files on your
  53.            computer from misuse by others who may have access to your PC.
  54.            (The ZEROFREE program described below is also useful for this.)
  55.            Cipher provides the following benefits:
  56.  
  57.         Features:
  58.  
  59.            o  Cipher is easy to use - it protects you from mistakes and helps
  60.               you to remember keys.
  61.  
  62.            o  Cipher is much faster than other programs that provide
  63.               comparable security.
  64.  
  65.  
  66.                                        - 1 -
  67.  
  68.            o  Protection is provided by a reliable, documented method that is
  69.               highly resistant to attack - even by expert programmers and
  70.               cryptographic analysts.
  71.  
  72.            o  Cipher can encrypt files in place, so unerase utilities can't
  73.               recreate them.
  74.  
  75.            o  Cipher can also make a new encrypted file and leave the
  76.               original file untouched - this is useful when sending an
  77.               encrypted file to someone else.
  78.  
  79.            o  Cipher checks when decrypting a file to ensure that the file
  80.               hasn't been corrupted.
  81.  
  82.            o  Cipher can be used from batch files to provide security
  83.               automatically.
  84.  
  85.            o  Cipher guards against changes to itself - you can be sure you
  86.               have an unmodified Cipher and also detect any subsequent
  87.               tampering.
  88.  
  89.  
  90.  
  91.         Program: FC
  92.  
  93.         Version: 2.7
  94.  
  95.         Files:   FC.EXE         Program
  96.                  FC.DOC         Documentation
  97.  
  98.         Purpose:
  99.  
  100.            FC compares two text files and lists the differences between them
  101.            line by line.  FC provides the following benefits:
  102.  
  103.         Features:
  104.  
  105.            o  FC shows word by word differences between lines that have
  106.               changed.
  107.  
  108.            o  FC can ignore white space changes.  This is useful when you
  109.               want to ignore format changes in "C" programs or other text.
  110.  
  111.            o  FC never gets confused or "unsynchronized" (as some comparison
  112.               programs can).
  113.  
  114.            o  FC always finds the smallest set of differences between files,
  115.               and never misses matching lines.
  116.  
  117.            o  FC helps "C" programmers merge program changes.  FC can compare
  118.               two "C" programs containing separate sets of changes, and
  119.               combine them automatically to make a single program.
  120.  
  121.            o  FC lets you do multiple comparisons in one run.
  122.  
  123.            o  FC lets you list changes in ways that make sense to you by
  124.               providing multiple display options.  You can also customize FC
  125.               to use your favorite options automatically.
  126.  
  127.  
  128.  
  129.  
  130.  
  131.                                       - 2 -
  132.  
  133.         Program: FCDOC
  134.  
  135.         Version: 2.4
  136.  
  137.         Files:   FC.EXE         Program
  138.                  FC.DOC         Documentation
  139.  
  140.         Purpose:
  141.  
  142.            FCDOC compares two text English files and lists the differences
  143.            between them sentence by sentence.  FCDOC works with any ASCII
  144.            text file containing English text.
  145.  
  146.         Features:
  147.  
  148.            o  FCDOC ignores format differences, so changes in margins,
  149.               indentation, and white space are not shown.  This allows you to
  150.               look at content changes without being distracted by unimportant
  151.               details.
  152.  
  153.            o  FCDOC can show word by word differences between sentences that
  154.               have changed.
  155.  
  156.            o  FCDOC never gets confused or "unsynchronized" (as some
  157.               comparison programs can).
  158.  
  159.            o  FCDOC always finds the smallest set of differences between
  160.               files, and never misses matching sentences.
  161.  
  162.            o  FCDOC lets you do multiple comparisons in one run.
  163.  
  164.            o  FCDOC lets you list changes in ways that make sense to you by
  165.               providing multiple display options.  You can also customize
  166.               FCDOC to use your favorite options automatically.
  167.  
  168.  
  169.  
  170.         Program: FCBIN
  171.  
  172.         Version: 1.2
  173.  
  174.         Files:   FCBIN.EXE      Program
  175.                  FCBIN.DOC      Documentation
  176.  
  177.         Purpose:
  178.  
  179.            FCBIN compares two files and lists the differences between them
  180.            byte by byte.
  181.  
  182.         Features:
  183.  
  184.            o  FCBIN shows PER BYTE differences between files.  Line endings
  185.               are treated just like other characters.
  186.  
  187.            o  Any type of file - ASCII, executable, data base, etc. - can be
  188.               compared.
  189.  
  190.            o  FCBIN never gets confused or "unsynchronized" (as some
  191.               comparison programs can).
  192.  
  193.  
  194.  
  195.  
  196.                                       - 3 -
  197.  
  198.            o  FCBIN always finds the smallest set of differences between
  199.               files, and never misses matching bytes.
  200.  
  201.            o  FCBIN lets you do multiple comparisons in one run.
  202.  
  203.            o  FCBIN can be customized to use your favorite options
  204.               automatically.
  205.  
  206.  
  207.  
  208.         Program: ZEROFREE
  209.  
  210.         Version: 1.0
  211.  
  212.         Files:   ZEROFREE.EXE      Program
  213.                  ZEROFREE.DOC      Documentation
  214.  
  215.         Purpose:
  216.  
  217.            ZEROFREE protects your deleted files from access by others who
  218.            have access to your machine.  Without ZEROFREE, undelete utilities
  219.            and disk editors can recover data that is left in unused data
  220.            areas of your disk.
  221.  
  222.         Features:
  223.  
  224.            o  ZEROFREE zeroes the complete unallocated data area of a disk,
  225.               so undelete utilities, disk editors, and data recovery programs
  226.               cannot access data from deleted files.
  227.  
  228.            o  ZEROFREE zeroes the directory entries of deleted files, so that
  229.               the names, sizes, or dates of deleted files are erased too.
  230.  
  231.            o  ZEROFREE zeroes the unused space at the end of files, so that
  232.               disk editors can't recover data that may remain there.
  233.  
  234.  
  235.         Program: FSORT
  236.  
  237.         Version: 1.0
  238.  
  239.         Files:   FSORT.EXE      Program
  240.                  FSORT.DOC      Documentation
  241.  
  242.         Purpose:
  243.  
  244.            FSORT reads data from an input file, sorts it, and writes it to an
  245.            output file.
  246.  
  247.         Features:
  248.  
  249.         o  FSORT is faster than other sort programs, and MUCH faster than the
  250.            MS-DOS sort command.
  251.  
  252.         o  FSORT sorts any size file.
  253.  
  254.         o  FSORT is careful in it's use of disk space, so that files can be
  255.            sorted successfully even when there's little space available.
  256.  
  257.         o  FSORT can handle any number of sort keys, sort in ascending or
  258.            descending order, and ignore the case (upper/lower) of letters.
  259.  
  260.  
  261.                                       - 4 -
  262.  
  263.         o  FSORT can sort using character or numeric keys.
  264.  
  265.         o  FSORT can remove duplicate lines.
  266.  
  267.  
  268.  
  269.         Program: ZIPFIND
  270.  
  271.         Version: 1.2
  272.  
  273.         Files:   ZIPFIND.EXE    Program
  274.                  ZIPFIND.DOC    Documentation
  275.  
  276.         Purpose:
  277.  
  278.            ZIPFIND searches ZIP or ARC files for text strings, and displays
  279.            each line of each archived file that contains the desired string.
  280.  
  281.         Features:
  282.  
  283.            o  Any type of file stored in an ARC or ZIP file can be searched
  284.               for any text string.
  285.  
  286.            o  You can use your own text search program to provide more
  287.               powerful search options.  Many programs (e.g. GREP variants)
  288.               provide pattern searches and special output options not
  289.               otherwise available.
  290.  
  291.            o  You can use MS-DOS wildcards to search multiple ARC and ZIP
  292.               files.
  293.  
  294.  
  295.  
  296.         Program: D
  297.  
  298.         Version: 1.1
  299.  
  300.         Files:   D.EXE          Program
  301.                  D.DOC          Documentation
  302.  
  303.         Purpose:
  304.  
  305.               D lets you manipulate directories, files, and archives in an
  306.               intuitive and direct way.
  307.  
  308.         Features:
  309.  
  310.            o  D provides all standard file operations (e.g. view, delete,
  311.               copy) plus more obscure operations (e.g. setting file date).
  312.  
  313.            o  D provides all standard directory operations (e.g. make
  314.               directory) plus more obscure operations (e.g. delete a
  315.               directory and all files within it).
  316.  
  317.            o  D handles ARC and ZIP files as if they were directories.
  318.  
  319.            o  D provides many other features.
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.                                       - 5 -
  327.  
  328.         Program: ASCIIZE
  329.  
  330.         Version: 1.2
  331.  
  332.         Files:   ASCIIZE.EXE    Program
  333.  
  334.         Purpose:
  335.  
  336.            ASCIIZE transforms any file to or from an ASCII-encoded form.
  337.            This is useful when transferring a binary file via an ASCII-only
  338.            medium (e.g. an EMAIL message).
  339.  
  340.         Features:
  341.  
  342.            o  You can add an explanation to the front of the ASCII-encoded
  343.               file.
  344.  
  345.            o  Any changes made to the ASCII-encoded text are detected when
  346.               the text is converted back to binary.
  347.  
  348.  
  349.  
  350.         Program: SQUISH
  351.  
  352.         Version: 1.0
  353.  
  354.         Files:   SQUISH.EXE     Program
  355.  
  356.         Purpose:
  357.  
  358.            SQUISH compresses or decompresses files.
  359.  
  360.         Features:
  361.  
  362.            o  Squish uses standard input and output, so that file redirection
  363.               and pipes can be used.
  364.  
  365.  
  366.  
  367.      3  Support, Ordering, and Licensing:
  368.  
  369.         I support all programs via CompuServe mail.  Messages should
  370.         carefully describe your problem or question, and be sure to note the
  371.         version of the program you're using.  I support all registered users,
  372.         and usually reply to those who haven't yet decided whether or not to
  373.         register.  I'll also respond to queries via regular U.S. Mail.  My
  374.         CompuServe userid is [70325,1134], and my mailing address is:
  375.  
  376.               Mike Albert
  377.               P. O. Box 535
  378.               Bedford, MA   01730
  379.  
  380.  
  381.         I welcome all comments and suggestions concerning my programs.  I'd
  382.         like to know how you are using them, where you got them, and what
  383.         problems, bugs, or weaknesses you find.  If you tell me about
  384.         enhancements or changes you're interested in, I'll make an effort to
  385.         provide them.
  386.  
  387.         Anyone can order the latest version of my shareware programs directly
  388.         from me for a fee of $5.00.  Just send the order (make sure it
  389.  
  390.  
  391.                                       - 6 -
  392.  
  393.         contains your mailing address) with your check to the above address.
  394.         You'll receive a 5 1/4 inch 360Kb floppy disk containing the latest
  395.         version of all my shareware products.  If you need other formats (5
  396.         1/4 inch 1.2Mb or 3 1/2 inch 720Kb or 1.44Mb) I can provide them.  If
  397.         you live outside North America, please send extra money for the
  398.         increased postage.
  399.  
  400.         All my programs are distributed as shareware.  Registration payments
  401.         are donated to Oxfam America, an international development and
  402.         disaster relief agency.  It's a worthy charity that I've been
  403.         supporting for many years.  As stated in Oxfam literature,
  404.  
  405.            "Oxfam America is an international agency that funds self-help
  406.            development projects and disaster relief in poor countries in
  407.            Africa, Asia, and Latin America, and also prepares and distributes
  408.            educational materials for people in the United States on the
  409.            issues of development and hunger.  The name "Oxfam" comes from the
  410.            Oxford Committee for Famine Relief, founded in England in 1942.
  411.            Oxfam America, based in Boston, was formed in 1970, and is one of
  412.            seven autonomous Oxfams around the world (Great Britain,
  413.            Australia, Belgium, Canada, Quebec, Hong Kong and the United
  414.            States).  Oxfam is a nonsectarian, nonprofit agency that neither
  415.            seeks or accepts U.S. government funds.  All contributions are
  416.            tax-deductible to the extent permitted by law."
  417.  
  418.  
  419.         For more information, you can phone Oxfam at 617-482-1211, or write
  420.         to them at:
  421.  
  422.                   Oxfam America
  423.                   26 West Street
  424.                   Boston, MA  02111-1206
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.                                       - 7 -